home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbfast / vbfast.txt < prev   
Text File  |  1993-03-05  |  683b  |  17 lines

  1. VBFast version 1.0
  2.  
  3. A simple Visual Basic program that helps speed up the loading of
  4. Visual Basic applications by pre-loading vbrun100.dll.
  5.  
  6. Everytime a Visual Basic program is executed, it first has to load vbrun100.dll
  7. into memory, which can take a few seconds on a slow PC.  By running VBFast
  8. (best if placed in the load= section of win.ini) you preload the vbrun100.dll
  9. therefore your programs don't have to load it.  I made the program invisible
  10. so a user will never see it.  You can see it by calling up the task manager
  11. (also this is the only way you can end the program by choosing end task).
  12.  
  13. Comments and or suggestion?  send to Dave Makoski 72621,3357
  14.  
  15.  
  16.  
  17.